public class ColourPalette
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
ColourPalette() |
|
ColourPalette(ColourPalette arg0) |
protected |
ColourPalette(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
del(int key) |
void |
delete() |
boolean |
empty() |
protected void |
finalize() |
DrawColour |
get(int key) |
protected static long |
getCPtr(ColourPalette obj) |
boolean |
has_key(int key) |
void |
set(int key,
DrawColour x) |
long |
size() |
protected ColourPalette(long cPtr, boolean cMemoryOwn)
public ColourPalette()
public ColourPalette(ColourPalette arg0)
protected static long getCPtr(ColourPalette obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public long size()
public boolean empty()
public void clear()
public DrawColour get(int key)
public void set(int key, DrawColour x)
public void del(int key)
public boolean has_key(int key)